#fg,
#bg {

    width: 1200px;
    height: 360px;
    color: #fff;
    font-size: 35px;
    font-family: Source Han sans-serif;
    overflow: hidden;
}

.hand-accordion {
    position: relative;
    width: 1200px;
    margin: 22px auto 0 auto;
}

.hand-accordion div {
    position: absolute;
    top: 0;
}

.hand-accordion .p1 {
    width: 60px;
    font-size: 19px;
    font-family: Source Han sans-serif;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-align: center;
}

.hand-accordion .p2 {
    padding: 9px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    font-size: 16px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    left: 50px;
    bottom: 68px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.hand-accordion .p2::after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 83px;
    top: 12px;
    background: url("../../img/home11.png") no-repeat;
    background-size: 100% 100%;
}